Platform Explorer / Nuxeo Platform LTS 2015 7.10

Contribution org.nuxeo.ecm.webapp.documenttemplates--configuration

This contribution is part of XML component org.nuxeo.ecm.webapp.documenttemplates inside nuxeo-platform-webapp-core-7.10-HF07.jar /OSGI-INF/templateCreation-config.xml

Documentation

Property that enables resetting creator, creation date and last modification date on document creation from template.

Extension Point

Extension point configuration of component ConfigurationService.

Contributed Items

  • <property name="nuxeo.template.reset-creator-on-creation-from-template">false</property>

XML Source

<extension point="configuration" target="org.nuxeo.runtime.ConfigurationService">
    <documentation>
      Property that enables resetting creator, creation date and last modification date on document creation from template.
    </documentation>
    <property name="nuxeo.template.reset-creator-on-creation-from-template">false</property>
  </extension>